home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / chown.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. CHOWN(1L)                                               CHOWN(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      chown - change the user and group ownership of files
  10.  
  11. SYNOPSIS
  12.      chown [-LRcfv] [+recursive] [+show-changes] [+dereference]
  13.      [+silent] [+quiet] [+verbose] [user][:.][group] file...
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of chown.  chown
  17.      changes the user and/or group ownership of each given file,
  18.      according to its first non-option argument, which is inter-
  19.      preted as follows.  If only a user name (or numeric user ID)
  20.      is given, that user is made the owner of each given file,
  21.      and the files' group is not changed.  If the user name is
  22.      followed by a colon or dot and a group name (or numeric
  23.      group ID), with no spaces between them, the group ownership
  24.      of the files is changed as well.  If a colon or dot but no
  25.      group name follows the user name, that user is made the
  26.      owner of the files and the group of the files is changed to
  27.      that user's login group.  If the colon or dot and group are
  28.      given, but the user name is omitted, only the group of the
  29.      files is changed; in this case, chown performs the same
  30.      function as chgrp.
  31.  
  32.      OPTIONS
  33.  
  34.      -_✓c, +_✓s_✓h_✓o_✓w-_✓c_✓h_✓a_✓n_✓g_✓e_✓s
  35.           Verbosely describe only files whose ownership actually
  36.           changes.
  37.  
  38.      -_✓f, +_✓s_✓i_✓l_✓e_✓n_✓t, +_✓q_✓u_✓i_✓e_✓t
  39.           Do not print error messages about files whose ownership
  40.           cannot be changed.
  41.  
  42.      -_✓v, +_✓v_✓e_✓r_✓b_✓o_✓s_✓e
  43.           Verbosely describe ownership changes.
  44.  
  45.      -_✓L, +_✓d_✓e_✓r_✓e_✓f_✓e_✓r_✓e_✓n_✓c_✓e
  46.           Dereference symbolic links (recursively change the own-
  47.           ership of directories pointed to by symbolic links).
  48.  
  49.      -_✓R, +_✓r_✓e_✓c_✓u_✓r_✓s_✓i_✓v_✓e
  50.           Recursively change ownership of directories.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.